home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2005 November
/
Game.EXE_11_2005_DVD.iso
/
Flash Games
/
Robo Farmer
/
robofarmer.swf
/
scripts
/
DefineButton2_737
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-23
|
419 b
|
18 lines
on(rollOver){
if(_root.thompsonisowned == true)
{
_root.description = "You already own the Thompson.";
return undefined;
}
if(_root.money >= 400)
{
_root.description = "Buy the Thompson sub-machine gun. 400$.";
return undefined;
}
if(_root.money <= 399)
{
_root.description = "You cannot afford the Thompson. 400$.";
return undefined;
}
}